From: Juanma Barranquero Date: Mon, 6 Nov 2006 02:47:53 +0000 (+0000) Subject: (emacs-lock-from-exiting): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~32282 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8ee47e4a15b38e21650398c30da79749f844ca65;p=emacs.git (emacs-lock-from-exiting): Fix typo in docstring. --- diff --git a/lisp/emacs-lock.el b/lisp/emacs-lock.el index 7a084adcb6b..615f2f44df3 100644 --- a/lisp/emacs-lock.el +++ b/lisp/emacs-lock.el @@ -38,7 +38,7 @@ ;;; Code: (defvar emacs-lock-from-exiting nil - "Whether emacs is locked to prevent exiting. See `check-emacs-lock'.") + "Whether Emacs is locked to prevent exiting. See `check-emacs-lock'.") (make-variable-buffer-local 'emacs-lock-from-exiting) (defvar emacs-lock-buffer-locked nil